<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*公共样式*/
html {
    font-family: "microsoft yahei";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}
body {
    margin: 0;font-family: "microsoft yahei";font-size: 14px;background:#f8f9fa
}
*{margin:0;padding:0;    list-style-type: none;outline: none;}

ul,ul li{list-style: none;list-style-type: none;}
a {
    background-color: transparent;text-decoration: none;color: #333;
}
a:active,
a:hover {
    outline: 0;text-decoration: none;
}
:-moz-placeholder {
    color: #AEB5C4 ;
}

::-moz-placeholder {
    color: #AEB5C4 ;
}

input:-ms-input-placeholder {
    color: #AEB5C4 ;
}

input::-webkit-input-placeholder {
    color: #AEB5C4 ;
}

textarea:-ms-input-placeholder {
    color: #AEB5C4 ;
}

textarea::-webkit-input-placeholder {
    color: #AEB5C4 ;
}

.blue{color:#4A90EF}
.red{color:#F65952}


.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.fl{
    float:left
}
.fr{
    float:right
}
.wrapper{
    width:1160px;margin:0 auto;overflow: hidden;
}
.wrapperBox{
    width:1160px;box-shadow: 0 4px 8px #eee;background: #fff;margin: 0 auto;overflow: hidden;padding-bottom: 50px;
}
/*遮罩层*/
.mask{
    display:none;
    z-index:1000000;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0
}

/*头部*/
header{
    background:url(../images/head_bg.png);
}
header section{
    width:1160px;height:126px;margin:0 auto;
}
header section .logo{
    width:230px;height:126px;background: url(../images/logo.png) no-repeat left center;
    background-size: 100%;
}
header .headRight{
    width:900px;
}
header .headRight .top{
    width:100%;text-align: right;overflow: hidden;
}
header .headRight .top .notLoggedIn,header .headRight .top .loggedIn{
    margin-top: 23px;
}
header .headRight .top .notLoggedIn a{
    font-size: 16px;color: #7F8693;
}
header .headRight .top .notLoggedIn span{
    width:1px;height:10px;display: inline-block;margin:0 20px;border-right:1px #7F8693 solid;
}
header .headRight .top .loggedIn span{
    font-size: 16px;color: #7F8693;margin-left:10px;cursor: pointer;background: url(../images/my_ico_Triangle_nor.png) no-repeat center right;padding-right: 15px;
}

header .headRight .top .tel{
    font-size: 25px;color: #4A90EF;background: url(../images/topbar_ico_tel.png) no-repeat left center;padding-left: 37px;margin-top: 17px;margin-left: 40px;
}
header .headRight .menu{
    width: 100%;overflow: hidden;text-align: left;margin-top: 24px;
}
header .headRight .menu li{
    margin-left: 60px;height: 42px;display: inline-block;
}
header .headRight .menu li a{
    font-size: 23px;color: #585E66;
}
header .headRight .menu li a:hover{
    color: #4A90EF;
}
header .headRight .menu li.currentNav{
    border-bottom: 4px #4A90EF solid;color: #4A90EF;
}
.carConfirm{
    float: right;margin-top:23px;margin-right: 20px;
}
.carConfirm a{
    color: #F65952;
    text-align: right;
    font-size: 15px;
    background: #F2F2F2 url(../images/ring.png) 20px no-repeat;
    background-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 40px;
    border-radius: 15px;
    display: inline-block;
}
.carConfirm a:hover{
    color: #ff0000;
}
/*底部*/
footer{
    width:100%;height:332px;background: #23272D;margin-top: 50px;float:left
}
.foot{
    width:1160px;
    margin:0 auto;
    overflow: hidden;
    padding-top: 50px;
}
.foot dl{
    margin-left:50px;margin-right:118px;float:left;
}
.foot dl:first-child{
    margin-right: 52px;margin-left: 91px;
}
.foot dl dt{
    font-size: 18px;color: #fff;font-weight: normal;margin-bottom: 30px;
}
.foot dl dd{line-height: 28px;text-align: left;}
.foot dl dd a{
    color: #A6ACB7;
}
.foot dl dd a:hover{
    color: #fff;
}
.foot ul{float:left;margin-right:100px}
.foot ul li{line-height: 30px;color: #A6ACB7;}
.foot ul li:nth-child(1){
    font-size: 18px;color: #F5F5F5;font-weight: normal;margin-bottom: 30px;padding-left:0
}
.foot ul li:nth-child(2){
    background: url(../images/email.png) no-repeat left center;padding-left: 22px;
}
.foot ul li:nth-child(3){
    background: url(../images/tel.png) no-repeat left center;padding-left: 22px;
}
.foot .wechat{
    width:130px;float:left;text-align: center;margin-right: 86px;margin-top: 6px;
}
.foot .wechat:last-child{
    margin-right: 0;
}
.foot .wechat img{
    /* display: block; */
    /* float: left; */
    text-align: center;
}
.foot .wechat p{
    /* float:left; */
    color: #fff;
    margin-top:10px;
    text-align: center;
}
.copyright{
    width:100%;
    margin:0 auto;
    color: #7D838C;
    border-top: 1px #7D838C solid;
    overflow: hidden;
    margin-top:30px;
    padding-top: 10px;
    text-align: center;
    opacity: .5;line-height: 20px;
}
.copyright a{color:#7D838C}

/*位置*/
.location{
    width:1160px;margin:20px auto;overflow: hidden;font-size: 16px;color: #585E66;
}
.location a{
    color: #585E66;
}
.location img{
    margin:0 11px;
}
.location span:last-child{
    color: #A6ACB7;
}

/*侧边栏*/
.sidebar{
    width: 54px;
    position: fixed;
    top:50%;
    right:0;
    transform: translateY(-50%);
    background: #8a8d92;
    border-radius: 5px;
    padding-bottom: 13px;
    z-index: 10000;
}
.sidebar li{
    margin-top: 9px;
    padding: 4px 0px;
    color:#fff;
    text-align: center;
    cursor: pointer;
}
.sidebar li:hover{
    background: #4A90EF url(../images/sidebar_ico.png) no-repeat -4px center;
}
.sidebar li:last-child:hover{
    background: none;
}
.sidebar li img{
    width: 25px;
    height: 25px;
}
.sidebar li p{
    margin-top: 5px;
}
.sidebarShow{
    background: #FFFFFF;box-shadow: 0 4px 6px 0 rgba(231,231,231,0.60);border-radius: 5px;padding:10px;position: absolute;right:57px;
    font-size: 14px;color: #585E66;text-align: center;display: none;z-index: 1000;
}
.empty{
    text-align: center;padding:60px 0;
}
/*弹窗*/
.msgModal{
    width:100%;height:100%;position: fixed;top: 0;left: 0;z-index: 100000;
}
.msgModalMask{
    z-index: 1000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}
.modalWraper{
    z-index: 1000001;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    width:500px;
    height:224px;
    left:50%;
    top:50%;
    margin-left:-250px;
    margin-top:-112px;
}
.msgModal{
    display: none;
}
.msgModalHeader{
    width:100%;
    height:58px;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    color: #585E66;
    border-bottom: 1px #ECECEC solid;
}
.closeMsgModal{
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: url(../images/close_icon.png) no-repeat;
    margin-top: 26px;
    margin-right: 30px;
    border: 0;
    position: absolute;
    right: 0;
    width: 16px;
    height: 17px;
    float: right;
}
.msgModalBody{
    width:100%;
    text-align: center;
    font-size: 18px;
    color: #585E66;
    margin:35px 0;
}
.msgModalBody span{
    font-size: 18px;color: #F65952;
}
.msgModalFooter{
    width:100%;
    text-align: center;
}
.msgModalFooter button{
    width:120px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    outline: none;
    border: none;
    background: #4A90EF;
    box-shadow: 0 2px 4px 0 #C6DBF9;
    border-radius: 20px;
    font-size: 14px;cursor: pointer;
}
.msgModalFooter button.modelBtnCannel{
    width:120px;height:40px;line-height:40px;background: #FFFFFF;border: 1px solid #4A90EF;box-shadow: 0 2px 4px 0 #F3F3F3;border-radius: 20px;color:#4A90EF
}
.fixednav{
    position: fixed;top: 0;background: #fff;width:1160px;
}

/*关于我们*/
.leftnav{
    width:215px;background: #FFFFFF;box-shadow: 0 4px 6px 0 rgba(231,231,231,0.60);border-radius: 5px;padding-bottom: 300px;float: left;
}
.leftnav h1{
    font-size: 20px;color: #585E66;font-weight: normal;padding:40px 0 0 30px;background: url(../../buyer/resource/images/left_btn_down.png) no-repeat 170px 51px;
}
.leftnav ul{
    width:100%;
    padding-left:40px;
    margin-top: 20px;
    box-sizing: border-box;
}
.leftnav ul li{
    width: 170px;
    float: left;
    height:38px;
    line-height: 38px;
    margin: 5px;
    box-sizing: border-box;
    padding-left:28px;
}
.leftnav ul li a{
    font-size: 18px;color: #A6ACB7;
}
.leftnav ul li.on {
    border-right:4px #4A94EF solid;
}
.leftnav ul li.on a{
    color: #4A94EF;
}
.leftnav ul li:nth-child(1){
    background: url(../images/we_ico_company_nor.png) no-repeat left center;
}
.leftnav ul li:nth-child(2){
    background: url(../images/we_ico_recruit_nor.png) no-repeat left center;
}
.leftnav ul li:nth-child(3){
    background: url(../images/we_ico_phone_nor.png) no-repeat left center;
}
.leftnav ul li:nth-child(4){
    background: url(../images/we_ico_qa_nor.png) no-repeat left center;
}
.leftnav ul li.on:nth-child(1){
    background: url(../images/we_ico_company_sel.png) no-repeat left center;
}
.leftnav ul li.on:nth-child(2){
    background: url(../images/we_ico_recruit_sel.png) no-repeat left center;
}
.leftnav ul li.on:nth-child(3){
    background: url(../images/we_ico_phone_sel.png) no-repeat left center;
}
.leftnav ul li.on:nth-child(4){
    background: url(../images/we_ico_qa_sel.png) no-repeat left center;
}


.rightcontent{
    width:925px;background: #FFFFFF;box-shadow: 0 4px 6px 0 rgba(231,231,231,0.60);border-radius: 5px;float:right
}
.aboutUl{
    width:100%;height:57px;border-bottom:1px #EDEDED solid;float:left;padding-left:20px;box-sizing: border-box;
}
.aboutUl li{
    color: #676A6C;height:56px;line-height:56px;margin-right:60px;float:left;font-size: 18px;cursor: pointer;
}
.aboutUl li.on{
    color: #4A94EF;border-bottom:2px #4A94EF solid;
}
.aboutUl li.on1{
    color: #676A6C;border-bottom:2px #4A94EF solid;
}
.rightcontent .content{
    color: #676A6C;padding: 30px;line-height: 23px;overflow: hidden;
}
.rightcontent .content h1{
    width:100%;text-align: center;margin-bottom: 20px;font-size: 18px;color: #676A6C;
}
.contactUs{
    font-size: 18px;color: #676A6C;text-align: left;line-height: 30px;
}
.contactUs h2{
    font-size: 18px;
}
.contactUs p{
    margin-bottom: 20px;
}
/*右上个人中心*/
.dropdown-menu-top {
    position: absolute;
    top: 53px;
    right: 373px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 90px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-shadow: 0 2px 4px 0 rgba(159,159,159,0.50);
    border-radius: 10px;

}
.dropdown-menu-top span.bot{
    border-width:5px;
    border-style:solid dashed dashed;
    border-color:#E8EAEC transparent transparent;
    right:20px;
    top:-11px;
    width:0; height:0; font-size:0; overflow:hidden; position:absolute;
    transform:rotate(180deg)
}
.dropdown-menu-top span.top{
    border-width:5px;
    border-style:solid dashed dashed;
    border-color:#ffffff transparent transparent;
    right:20px;
    top:-9px;
    width:0; height:0; font-size:0; overflow:hidden; position:absolute;
    transform:rotate(180deg)
}
.dropdown-menu-top li{
    position: relative;
}
.dropdown-menu-top .notenum{
    display: inline;margin-left: 8px;position: absolute;top: 10px;
}
.dropdown-menu-top &gt; li &gt; a {
    height:36px;line-height:36px;text-align: center;
    display: block;
    clear: both;
    font-weight: normal;
    color: #9FB0C5;
    white-space: nowrap;
}
.dropdown-menu-top &gt; li &gt; a:hover,
.dropdown-menu-top &gt; li &gt; a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #4A90EF;
}
.dropdown-menu-top &gt; .active &gt; a,
.dropdown-menu-top &gt; .active &gt; a:hover,
.dropdown-menu-top &gt; .active &gt; a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #4A90EF;
    outline: 0;
}
/*首页banner*/
.banner{
    width:100%;height:430px;float: left;position: relative;top: -6px;
}
.banner .swiper-container img{
    max-width:100%;height:430px;
}
.banner .swiper-container-horizontal&gt;.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #fff;

}
/*首页搜索车辆*/
.homeLeftBox{
    width: 410px;height: 122px;box-shadow: 0 4px 6px 0 rgba(231,231,231,0.60);border-radius: 5px;float: left;margin-top:40px;margin-right: 20px;
    padding:30px 0 0 160px;background:#FFFFFF url(../images/homepage_ico_assess.png) no-repeat 8px center;position:relative;
}
.homeLeftBox h1{
    font-size: 24px;color: #585E66;
}
.homeLeftBox input{
    width:300px;line-height: 46px;margin-top:10px;border: 1px solid #D0D0D0;border-radius: 24px;font-size: 16px;color: #AEB5C4;
    padding:0 20px;outline: none;background: #FFFFFF url(../images/search_btn.png) no-repeat 306px;
}
.searchClickBtn{
    width: 30px;height: 30px;display: inline-block;position: absolute;right: 77px;bottom: 40px;
}
.searchClickBtn1{
    width: 30px;height: 30px;display: inline-block;position: absolute;right: 11px;bottom: 8px;
}
/*首页我要卖车*/
.homeRightBox{
    width: 410px;height: 111px;box-shadow: 0 4px 6px 0 rgba(231,231,231,0.60);border-radius: 5px;float: left;margin-top:40px;
    padding:41px 0 0 160px;background:#FFFFFF url(../images/homepage_ico_auction.png) no-repeat 8px center;position: relative;
}
.homeRightBox h1{
    font-size: 24px;color: #585E66;
}
.homeRightBox div{
    width:100%;    margin-top: 10px;
}
.homeRightBox div span{
    background: #F9F9F9;border-radius: 13px;line-height: 26px;padding:0 7px;color: #A6ACB7;margin-right: 5px;display: inline-block;float: left;
}
.homeRightBox a{
    width:100px;line-height:38px;position: absolute;background: #4A90EF;box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);border-radius: 20px;display: inline-block;
    top: 57px;right: 30px;text-align: center;color: #fff;font-size: 17px;cursor: pointer;
}
.homeRightBox a:hover{
    color: #fff;
}
/*首页活动公告*/
.homeBigTitle{
    width: 100%;margin-top: 40px;margin-bottom: 20px;float: left;
}
.homeBigTitle span{
    font-size: 24px;color: #585E66;float:left;
}
.homeBigTitle a{
    font-size: 16px;color: #A6ACB7;float:right;
}
.newsList{
    width: 100%;margin:30px auto 0 30px;
}
.newsList li{
    width:353px;height:260px;float:left;margin-right: 20px;
}
.newsList li:last-child{
    margin-right: 0;
}
.newsList li img{
    width:353px;height: 227px;border-radius: 5px;
}
.newsList li p{
    width: 100%;text-align: center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;color: #585E66;font-size: 16px;margin-top: 11px;text-align: center;
}

/*首页场次预告*/
.eventList{
    width: 100%;
    height: 340px;
    overflow: hidden;
}
.eventList li{
    width:275px;height:330px;float: left;background: #FFFFFF;box-shadow: 0 4px 6px 0 rgba(231,231,231,0.60);border-radius: 5px;margin-right: 20px;
}
.eventList li:last-child{
    margin-right: 0;
}
.eventList li img{
    width:275px;height:205px;border-top-left-radius: 5px;border-top-right-radius: 5px;
}
.eventList li h1{
    padding-left: 15px;font-size: 16px;color: #585E66;margin-top: 12px;box-sizing: border-box;    font-weight: normal;
}
.eventList li h2{
    padding-left: 15px;font-size: 14px;color: #A6ACB7;box-sizing: border-box;margin-top: 5px;    font-weight: normal;
}
.eventList li p{
    padding-left: 15px;margin-top: 22px;height:22px;line-height: 22px;background: url(../images/home_ico_auction.png) no-repeat 236px center;
}
.eventList li p span{
    border: 1px solid #F9A30D;border-radius: 11px;border-radius: 11px;padding:0 8px;
}
.eventList li p span.bid{
    color:#F9A30D;border: 1px solid #F9A30D;border-radius: 11px;border-radius: 11px;padding:0 8px;
}
.eventList li p span.offline{
    color:#F65952;border: 1px solid #F65952;border-radius: 11px;border-radius: 11px;padding:0 8px;
}
.eventList li p span.online{
    color:#4A90EF;;border: 1px solid #4A90EF;;border-radius: 11px;border-radius: 11px;padding:0 8px;
}
/*首页累计上拍*/
.homeTotal{
    width:373px;height: 160px;background: url(../images/totalBg.png) no-repeat;margin-right: 20px;float:left
}
.homeTotal h1{
    font-size: 18px;color: #295289;padding:45px 0 0 54px;font-weight: normal;
}
.homeTotal h2{
    font-size: 18px;color: #295289;padding:10px 0 0 30px;font-weight: normal;
}
.homeTotal h2 span{
    font-size: 36px;
}
/*首页覆盖全国*/
.coverTotal{
    width:373px;height: 160px;background: url(../images/coverBg.png) no-repeat;margin-right: 20px;float:left
}
.coverTotal h1{
    font-size: 18px;color: #9B662C;padding:45px 0 0 54px;font-weight: normal;
}
.coverTotal h2{
    font-size: 18px;color: #9B662C;padding:10px 0 0 30px;font-weight: normal;
}
.coverTotal h2 span{
    font-size: 36px;
}
/*首页合作伙伴*/
.partnerTotal{
    width:373px;height: 160px;background: url(../images/partnerBg.png) no-repeat;float:left
}
.partnerTotal h1{
    font-size: 18px;color: #8E3428;padding:45px 0 0 54px;font-weight: normal;
}
.partnerTotal h2{
    font-size: 18px;color: #8E3428;padding:10px 0 0 30px;font-weight: normal;
}
.partnerTotal h2 span{
    font-size: 36px;
}
/*成交历史*/
.recommend1{
    width: 100%;
    height: 353px;
    overflow: hidden;
}
.recommend1 .dealCar{
    width:275px;
    height: 345px;
    float: left;
    background: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(231,231,231,0.60);
    border-radius: 5px;
    margin-right: 20px;
    position: relative;
    top:8px;
}
.recommend1 .dealCar:hover{
    top:-8px;
    /*border:1px #ccc solid;*/
}
.recommend1 .carPicture{
    width:275px;
    height:205px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* position: relative; */
    /* top: 0; */
    /* left: 0; */
}
.recommend1 h1{
    padding: 0 14px 5px 15px;
    font-size: 16px;
    color: #585E66;
    margin-top: 12px;
    box-sizing: border-box;
    font-weight: normal;
    line-height: 22px;
    height:44px;
    width: 100%;
    position: absolute;
    top: 205px;
    text-align: left;
}
.recommend1  h2{
    padding: 0px 14px 14px 10px;
    font-size: 14px;
    color: #A6ACB7;
    box-sizing: border-box;
    margin-top: 5px;
    font-weight: normal;
    width: 100%;
    position: absolute;
    top: 261px;
    left: 0;
    text-align: left;
}
.recommend1  h2 span{
    border-right: 1px solid #EDEDED;padding:0 5px;
}
.recommend1  h2 span:last-child{
    border-right: 0px solid #EDEDED;padding:0 5px;
}
.recommend1 p{
    padding-left: 15px;
    margin-top: 6px;
    height:22px;
    line-height: 22px;
    font-size: 14px;
    color: #F65952;
    width: 100%;
    position: absolute;
    left: 0;
    top: 289px;
    text-align: left;
}
.recommend1 p span{
    display: block;
}
.recommend1 p span.date{
    float:left;color: #A6ACB7;font-size: 14px;
}
.recommend1 p span.price{
    float:right;color: #F65952 ;font-size: 24px;padding-right:30px;
}

/*新车推荐*/
.recommend{
    width: 100%;
    height: 362px;
    overflow: hidden;
}
.recommend li{
    width:275px;height:362px;float: left;background: #FFFFFF;box-shadow: 0 4px 6px 0 rgba(231,231,231,0.60);border-radius: 5px;margin-right: 20px;position: relative;
}
.recommend li:nth-child(4n){
    margin-right: 0;
}
.recommend li .carPicture{
    width:275px;height:205px;border-top-left-radius: 5px;border-top-right-radius: 5px;
}
.recommend li h1{
    padding: 0 14px 5px 15px;
    font-size: 16px;
    color: #585E66;
    margin-top: 12px;
    box-sizing: border-box;
    font-weight: normal;
    line-height: 22px;
    height:44px;
}
.recommend li h2{
    padding: 0px 14px 14px 10px;font-size: 14px;color: #A6ACB7;box-sizing: border-box;margin-top: 5px;font-weight: normal;
}
.recommend li h2 span{
    border-right: 1px solid #EDEDED;padding:0 5px;
}
.recommend li h2 span:last-child{
    border-right: 0px solid #EDEDED;padding:0 5px;
}
.recommend li p{
    padding-left: 15px;
    margin-top: 6px;
    height:22px;
    line-height: 22px;
    background: url(../images/home_ico_auction.png) no-repeat 236px center;
    font-size: 12px;
    color: #F65952;
}
.recommend li p span{
    font-size: 24px;
    color: #F65952;
}
.recommend li p.dealHistory{
    background: none;
}
.recommend li p.dealHistory .date{
    float:left;color: #A6ACB7;font-size: 14px;
}
.recommend li p.dealHistory .price{
    float:right;color: #F65952 ;font-size: 24px;padding-right:15px;
}
.recommend li .event{
    position: absolute;
    top: 178px;
    left: 0;
    width: 100%;
}
.recommend li .event .bg{
    height:28px;
    opacity: 0.6;
    background: #000000;
    width: 100%;
    position: absolute;
}
.recommend li .event .eventId{
    line-height:28px;
    color: #fff;
    padding-left: 15px;
    position: absolute;
    box-sizing: border-box;
    width: 99%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*合作伙伴*/
.partner{
    width:100%;overflow: hidden;
}
.partner li{
    width:231px;height:100px;line-height: 100px;text-align: center;float: left;border-right: 1px solid #EDEDED;border-bottom: 1px solid #EDEDED;
}
.partner li:nth-child(5n){
    border-right: 0;
}
/*买卖车流程*/
.buysell{
    width:100%;background: #fff;margin-top: 40px;overflow: hidden;
}
.buysell1{
    width:1440px;height:495px;margin:0 auto;position: relative;
}
.buysell1 .category{
    width:100%;
    position: absolute;
    top: 30px;
    z-index: 1;
    left: 0;
    left: 140px;
}
.buysell1 .category li{
    height:30px;
    line-height:30px;
    color: #585E66;
    margin-right:60px;
    float:left;
    font-size: 19px;
    cursor: pointer;
    float: left;
}
.buysell1 .category li.on{
    color: #4A94EF;border-bottom:3px #4A90EF solid;
}
.buysell1 .category span{
    color: #EDEDED;position: absolute;left: 100px;
}
#categoryUl_1,#categoryUl_2{
    top: 0;
}
.buysellline{
    height: 12px;width: 1px;left: 246px;top: 42px;border-right: 1px #ededed solid;    position: absolute;
}
/*金融服务*/
.financeServerBox1{
    width:100%;height:600px;margin:0 auto;text-align: center;float: left;    top: -6px;position: relative;
    background: url("../images/financeServer.png")  no-repeat center;
}
.financeServerBox1 img{
    height:600px;
}
.financeServerBox2{
    width:100%;height:230px;margin:0 auto;text-align: center;background: #F8F9FA;padding:40px 0;float: left;
}
.financeServerBox3{
    width:100%;height:443px;margin:0 auto;text-align: center;background: #fff;float: left;
}
.financeServerBox3 h1{
    font-size: 24px;color: #585E66;margin:40px auto;
}
.financeServerBox3 img{
}
/*活动公告*/
.newsListUL{
    width:1160px;margin:0 auto;
}
.newsListUL li{
    width:100%;height:180px;background: #FFFFFF;box-shadow: 0 4px 6px 0 rgba(231,231,231,0.60);border-radius: 5px;padding:20px;box-sizing: border-box;
    margin-bottom: 20px;
}
.newsListUL li .left{
    width:217px;heiht:138px;float:left;margin-right: 20px;
}
.newsListUL li .left img{
    width:217px;height:138px;border-radius: 4px;
}
.newsListUL li .center{
    width:650px;heiht:138px;float:left;
}
.newsListUL li .center h1{
    font-size: 18px;color: #585E66;margin-top: 5px;
}
.newsListUL li .center h2{
    font-size: 12px;color: #A6ACB7;margin-top: 3px;
}
.newsListUL li .center p{
    font-size: 14px;color: #7F8389;margin-top: 10px;line-height: 20px;
}
.newsListUL li .right{
    float: right;margin:50px 40px auto auto;
}
.newsListUL li .right a{
    width:106px;height:40px;line-height:40px;background: #4A90EF;box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);border-radius: 20px;
    color: #fff;font-size: 18px;display: inline-block;text-align: center;
}
.newsListDetailBox{
    padding:40px 60px
}
.newsListDetailBox h1{
    font-size: 23px;color: #585E66;font-weight: normal;text-align: center;
}
.newsListDetailBox h2{
    font-size: 16px;color: #A6ACB7;text-align: center;font-weight: normal;margin-top: 5px;
}
.newsListDetailBox .detailtxt{
    font-size: 15px;color: #585E66;line-height: 27px;margin-top: 40px;
}
.otherNews{
    width:1160px;margin:40px auto 20px auto;font-size: 24px;color: #585E66;text-align: left;
}
.relatenews{
    /*width:1200px;margin:0 auto;background: #fff;*/padding:30px 20px;height:182px;
}
.relatenews h1{
    font-size: 20px;border-bottom:1px #f1f1f1 solid;padding-bottom: 30px;margin-bottom:30px;text-align: center;
}
#outside{
    overflow:hidden;
}
#inside{
    width:100%
}

/*搜索*/
.searchForm{
    position: absolute;top: 0;right: 0;
}
.searchForm input{
    width:320px;height:48px;line-height:48px;border: 1px solid #D0D0D0;border-radius: 24px;
    padding-left: 20px;background: #FFFFFF url(../images/search_btn.png) no-repeat 306px;
}
/*搜索结果*/
.searchResult{
    width:1160px;height:48px;line-height: 48px;background: #D8EBFF;border: 1px solid #4A90EF;border-radius: 27px;font-size: 16px;color: #585E66;
    padding-left: 30px;box-sizing: border-box;margin:0 auto 20px auto;
}
.searchResult span{
    color:#4A90EF
}
.searchResultLIst .carList{
    margin-top: 10px;
}

/*我要卖车*/
.wantsaleBox{
    width:1440px;height:648px;margin:0 auto;background: url(../images/wantsalebanner.png) no-repeat; top: -6px; position: relative;background-size: auto 648px;
}
.wantsale{
    width:1160px;margin:0 auto;position: relative;top: 0;
}
.wantsale .saleForm{
    width:440px;height:470px;position: absolute;top: 90px;right: 0;opacity: 1;background: #FFFFFF;
    box-shadow: 0 0 16px 0 #0950AA;border-radius: 5px;
}
.wantsale .saleForm h1{
    width:100%;font-size: 22px;color: #585E66;text-align: center;margin:20px auto;font-weight: normal;
}
.saleForm .sline{
    width:100%;margin-bottom: 18px;padding:0 50px;box-sizing: border-box;float: left;font-size: 16px;color: #585E66;
}
.saleForm .sline input{
    width:100%;height:44px;line-height:44px;border: 1px solid #D0D0D0;border-radius: 24px;box-sizing: border-box;padding-left:20px;font-size: 16px;
    color: #AEB5C4;
}
.saleForm .sline input.getcode{
    margin-left:10px;margin-top:5px;height:44px;line-height:44px;background: #4A90EF;box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);border-radius: 30px;
    text-align: center;color:#fff;border:none;outline: none;cursor: pointer;font-size: 16px;width:130px;padding: 0;
}
.saleForm .sline input.getcode:disabled{
    color: #AEB5C4;color: #C5C5C5;;cursor: default;border:none;background: #F7F7F7;border-radius: 30px;box-shadow:none
}
.sline .select2-container--default .select2-selection--single .select2-selection__rendered{
    width: 100%;height: 44px;line-height: 44px;padding: 0 20px; box-sizing: border-box;color: #AEB5C4;
}
.sline .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 13px;right: 20px;
}
.sline .select2-container{
    width:160px;
}
.sline .sel_dq{
    height: 44px;line-height: 44px;padding:0;border: 0;
}
.sline .sel_dq I{
    top: 10px;right: 20px;
}

.btnlist span{
    cursor: pointer;
}
.btnlist span:first-child{
    color:#fff;font-size: 20px;width:160px;height:48px;line-height: 48px;background: #FCC038;box-shadow: 0 2px 4px 0 #FFE09B;border-radius: 24px;text-align: center;
    display: inline-block;
}
.btnlist span:last-child{
    color:#fff;font-size: 20px;width:160px;height:48px;line-height: 48px;background: #4A90EF;box-shadow: 0 2px 4px 0 #C6DBF9;border-radius: 24px;text-align: center;
    display: inline-block;margin-left: 20px;
}
.error_tip{
    width:100%;text-align:center;font-size: 14px;color: #F65952;visibility: visible;height: 38px;line-height: 38px;
}
.phoneTip{
    width:100%;font-size: 12px;color: #F65952;padding-top: 2px;
    visibility: hidden;
}
.yycg{
    font-size: 18px;color: #585E66;margin:24px 0;
}
/*卖车流程*/
.sellProcess{
    text-align: center;
}
.sellProcess h1{
    width:100%;margin:40px 0;font-size: 24px;color: #585E66;
}
.sellProcess h1 span{
    font-size: 59px;margin:0 10px;color: #5b90e8;
}
/*消息提示 modal*/
.msgcontent{
    text-align: center;font-size: 20px;color: #585E66;margin:52px 0;
}
.msgbtngroup{
    width:92%;overflow: hidden;height:58px;text-align: center;margin:0 auto;
    position: absolute;bottom:0px;
}
.msgbtngroup a{
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    width: 120px;
    height: 40px;
    line-height: 37px;
    margin-right: 41px;
    text-align: center;
    background: #4A90EF;
    box-shadow: 0 2px 4px 0 #C6DBF9;
    border-radius: 20px;
}
.msgbtngroup a:last-child{
    margin-right:0
}
.msgbtngroup a:last-child:hover{
    color: #fff;
}
.msgbtngroup a.btn-cannel{
    color: #4A90EF;
    background: #FFFFFF;
    border: 1px solid #4A90EF;
    box-shadow: 0 2px 4px 0 #F3F3F3;
    border-radius: 20px;
}
.msgbtngroup .disable{
    background: #9FB0C5;cursor: default;
}

/*更多参数*/
.modeldetail{
    width: 100%;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    background: #FFF;
    border-collapse: collapse;
    border-spacing: 0;
    color: #676A6C;
    border: 1px solid #eee;
}
.modeltitle{
    width:100%;font-size: 18px;color: #585E66;margin-top: 20px;text-align: center;
}
.mainwrapper p{
    text-align: right;padding-right:34px;margin-bottom: 9px;
}
.modeldetail caption {
    height: 40px;
    line-height: 40px;
    padding-left:13px;
    text-align: left;
    border: 1px solid #eee;
    background: #f4f4f4;
    font-size: 16px;
    color: #676A6C;
    font-weight: bold;
}
.modeldetail tr {
    background: #FFF;
}
.modeldetail tr td.left {
    border-right: none;
}
.modeldetail td {
    border: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    padding-left:13px;
    width: 291px;
    font-size: 14px;
    font-family: arial;
}
.modeldetail td:first-child{
    border-left: none;
}
.modeldetail td:last-child{
    border-right: none;
}
.modeldetail tr td.right {
    border-left: none;
}
/*意见反馈*/
.mybox{
    width:100%;
    overflow: hidden;
    padding:0;
    /* padding-top:30px; */
    margin: 0 auto;
}
.mybox li{
    width:320px;float: left;margin-bottom: 30px;margin-right: 90px;
}
.mybox li:nth-child(2n){
    margin-right:0;
}
.mybox li label{
    width:100%;font-size: 16px;color: #585E66;font-weight: normal;
}
.regwrap .mybox li label span{
    color: #F85359;font-size: 16px;font-family: arial;height: 16px;line-height: 16px;border: none;margin-left:0;
}
.mybox li .add-form-input{
    width:100%;height: 52px;float: left;position: relative;font-size: 16px;color: #585E66;
}
.mybox li .add-form-input input[type="text"],.mybox li .add-form-input select{
    width:100%;
}
.editInput{
    height:52px;line-height:52px;background: #FFFFFF;border: 1px solid #D0D0D0;border-radius: 26px;
}
.boxremark1{
    width:100%;
    overflow: hidden;
    padding:0;
    margin: 0 auto;
}
.add-form-line {
    width: 100%;
    margin-bottom: 21px;
    height: 85px;
}
.add-form-line label {
    /* width: 100%; */
    font-size: 16px;
    color: #585E66;
    font-weight: normal;
    float: left;
}
.textareabox {
    width: 100%;
    margin-top: 6px;
    position: relative;
}
.textareabox .text-area {
    padding: 10px;
    font-size: 16px;
}

.text-area {
    width: 360px;
    border: 1px #ddd solid;
    height: 284px;
    overflow: hidden;
    padding: 27px 35px;
    color: #999999;
    background: #FFFFFF;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    resize: none;
}
.regwrap .boxremark1 span{
    margin-left: 0;
}
.text-area-input-length {
    font-size: 14px;color: #9FB0C5;position: absolute;bottom: 10px;right: 10px;
}
.loading{
    width:100%;height:100%;position: fixed;left:0;top:0;display:none;text-align:center;z-index:1049
}
.loading div{
    width:90px;height:90px;position: absolute;top:50%;left:50%;margin-left:-45px;margin-top:-45px;
}
.loading div img{
    margin-top:26px;
}
.loading_up{
    z-index:1100
}

/*维保、出险支付*/
.orderLabel{
    width:465px;height:27px;line-height:27px;background: #F9FAF9;color: #919191;padding-left:35px;
    overflow: hidden;text-align: left;margin-top:1px;border-bottom:1px #eee solid;
}
.payBox{
    width:100%;background: #fff;
}
.payBox .line1{
    width:100%;
}
.payBox .line1{
    width:100%;height:52px;line-height:52px;border-bottom:1px #eee solid;padding:0 35px;box-sizing:border-box;float: left;
}
.payBox .line1 div{
    float: right;
}
.payBox .line1 label{
    font-size: 16px;color: #676A6C;float:left;font-weight: normal;
}
.payBox .line1 div span{
    font-size: 18px;text-align: right;
}
.payBox .line1 div .red{
    color: #F95355;
}
.msgbtngroup a.goPay{
    width:150px;height:50px;line-height:50px;color:#fff;background: #4285F4;margin-top:0px;display: inline-block;
    border-radius: 25px;text-align: center;cursor: pointer;color:#fff;font-size:18px;font-weight: normal;
}

.choicePayType{
    width:100%;float:left;
}
.choicePayType div{
    width: 100%;
    height: 58px;
    line-height: 58px;
    border-bottom: 1px #eee solid;
    padding: 0 35px;
    box-sizing: border-box;
    float: left;
}
.choicePayType div span{
    display: inline-block;
}
.choicePayType div span.left{
    float:left
}
.choicePayType div span.left img{
    margin-right:16px;
}
.choicePayType div span.right{
    float:right
}
.mayModalFoot{
    width:100%;height:80px;background: #F9FAF9;position: absolute;bottom:0;border-bottom: 1px #eee solid;
    padding: 0 35px;
    box-sizing: border-box;
}
.mayModalFoot .needPay{
    color: #F95355;float: left;font-size: 16px;line-height:80px;
}
.mayModalFoot a{
    width:150px;height:48px;line-height:48px;background: #4A90EF;border-radius: 25px;display: inline-block;font-size: 17px;margin-top:15px;
    float: right;color: #FFFFFF;box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);
}
.mayModalFoot a:hover,.mayModalFoot a:visited,.mayModalFoot a:active{
    color: #FFFFFF;
}

/*维保出险分享*/
.shareInsurance{
    width:100%;text-align: center;
}
.shareInsurance a{
    padding:0px 60px;font-size: 16px;color: #FFFFFF;height:48px;line-height: 48px;background: #4285F4;border-radius: 24px;
    display: inline-block;margin-bottom: 40px;box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);
}

/*404错误页面*/
.error404{
    width:100%;height:440px;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);text-align: center;
}
.error404 p{
    margin-top:30px;font-size: 20px;color: #585E66;
}
.error404 p a{
    color: #5b90e8;
}

/*车辆不存在*/
.carNotExist{
    width:100%;height:440px;position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);text-align: center;
}
.carNotExist img{
    width:300px;
}
.carNotExist p{
    font-size: 16px;color: #585E66;
}
.carNotExist p a{
    color: #5b90e8;
}
.gohome a{
    width:260px;height:48px;line-height:48px;color:#fff;background:#4A90EF;text-align: center;font-size:18px;display: inline-block;border-radius: 24px;
    margin-top:30px;box-shadow: 0 2px 4px 0 rgba(74,144,239,0.27);
}

/*红绿灯*/
.showLight{
    width:100%;display: none;margin-top: -1px
}
/*星标车*/
.carStarFlag{
    position: absolute;top:0;left:0;z-index: 1;
}
.carStarFlag img{
    width:36px;
}
.carStarFlag1{
    left:30px;
}
.leftImg .carStarFlag img{
    width: 30px;
}

/*维码查询列表*/
.downloadList{
    width:94%;margin: 0 auto;overflow: hidden;
}
.downloadList li{
    width: 96%;
    margin: 10px 2% 0 2%;
    padding: 10px;
    border: 1px #eee solid;
    border-radius: 5px;
    line-height: 23px;
    text-align: left;
    box-sizing: border-box;
    float: left;
}
.downloadList li .left{
    width:calc(100% - 90px);float:left;
}
.downloadList li h1{
    font-size:15px;color: #333;font-weight: normal;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;
}
.downloadList li h2{
    font-size:13px;color: #9a9ca0;font-weight: normal;
}
.downloadList li .right{
    width:80px;color:#fff;float:right;
}
.downloadList li .right a{
    background: #4A90EF;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 30px;
    width: 80px;
    margin-top: 20px;
    font-size:13px;
}</pre></body></html>